home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / training assignments.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  2.8 KB  |  65 lines

  1. <!-- training assignments panel -->
  2. <panel width="250" title="Assignments[COMMENT - title of panel showing coach's assigned training categories]">
  3.     <layout class="arrange_vertical_attachment" alignment="top" offset="0"/>
  4.     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>
  5.     
  6.     <!-- table containing categories -->
  7.     <widget class="table" id="asst" mode="0, fill_rows" layout="-1,70" fixed_rows="1">
  8.         <boolean id="fixed_rows" value="true" />
  9.         <integer id="row_height" value="20" />
  10.         <boolean id="stretch_to_fit_rows" value="true"/>
  11.  
  12.         <record id="default_properties">
  13.             <flags id="spec" value="text"/>
  14.         </record>
  15.  
  16.         <list id="column_display_properties">
  17.             <record>
  18.                 <flags id="id" value="assi" />
  19.                 <record id="column_heading">
  20.                     <flags id="alignment" value="left"/>
  21.                     <string id="text" value="Training Category[COMMENT - training coaches section; heading for category table]"/>
  22.                 </record>
  23.                 <boolean id="sort_disabled" value="true"/>
  24.             </record>
  25.             <record>
  26.                 <flags id="id" value="cort" />
  27.                 <record id="column_heading">
  28.                     <flags id="alignment" value="left"/>
  29.                     <string id="text" value="Rating[COMMENT - training coaches section; rating that this coach gets for this training category]"/>
  30.                     <string id="hint" value="This coach's rating in this category. The more categories he is assigned to, the lower the rating will be[COMMENT - training coaches section; hint text for 'Coach Rating' label]"/>
  31.                 </record>
  32.                 <boolean id="sort_disabled" value="true"/>
  33.             </record>
  34.         </list>
  35.         
  36.         <list id="column_properties">
  37.             <record>
  38.                 <flags id="alignment" value="left,centre_y" />
  39.             </record>
  40.             <record>
  41.                 <flags id="alignment" value="centre_y" />
  42.             </record>
  43.         </list>
  44.  
  45.         <widget class="check_box" id="allc" row="0" col="0" text="All[COMMENT - training assignments panel; assigned to all training categories]"/>
  46.  
  47.         <widget class="check_box" id="PTst" row="1" col="0" text="Strength[COMMENT - training category]"/>
  48.  
  49.         <widget class="check_box" id="PTqu" row="2" col="0" text="Aerobic[COMMENT - training category]"/>
  50.         
  51.         <widget class="check_box" id="PTgk" row="3" col="0" text="Goalkeeping[COMMENT - training category]"/>
  52.         
  53.         <widget class="check_box" id="PTtc" row="4" col="0" text="Tactics[COMMENT - training category]"/>
  54.         
  55.         <widget class="check_box" id="PTbc" row="5" col="0" text="Ball Control[COMMENT - training category]"/>
  56.  
  57.         <widget class="check_box" id="PTdf" row="6" col="0" text="Defending[COMMENT - training category]"/>
  58.  
  59.         <widget class="check_box" id="PTat" row="7" col="0" text="Attacking[COMMENT - training category]"/>
  60.  
  61.         <widget class="check_box" id="PTsh" row="8" col="0" text="Shooting[COMMENT - training category]"/>
  62.  
  63.         <widget class="check_box" id="PTsp" row="9" col="0" text="Set Pieces[COMMENT - training category]"/>
  64.     </widget>
  65. </panel>